NDepend.API Documentation
UsAndChildMethods(IEnumerable<IType>) Method
NDepend.CodeModel Namespace > ExtensionMethodsProjection Class > UsAndChildMethods Method : UsAndChildMethods(IEnumerable<IType>) Method
This sequence of IType objects.
Returns a sequence of ICodeContainer objects, containing these types and all their MethodsAndConstructors objects.
Syntax
[Extension()]
public static IEnumerable<ICodeContainer> UsAndChildMethods( 
   IEnumerable<IType> types
)

Parameters

types
This sequence of IType objects.
Remarks
This extension method could also return a sequence of IMember. The choice of ICodeContainer is arbitrary and Cast can still be used on returned sequence.
Requirements

Target Platforms: Windows 11, 10, 8, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed

See Also

Reference

ExtensionMethodsProjection Class
ExtensionMethodsProjection Members
Overload List